home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 15 / develop 15 code / 3D Interface / Demo3D / Demo3D.MAMake next >
Encoding:
Text File  |  1993-06-02  |  473 b   |  23 lines  |  [TEXT/MPS ]

  1. #Copyright © 1988 - 1992 Apple Computer, Inc.  All rights reserved.
  2.  
  3. AppName = Demo3D
  4.  
  5.  
  6. OtherLinkFiles = ∂
  7.     "{ObjApp}UDemo3D.cp.o" ∂
  8.     "{ObjApp}U3DDrawing.cp.o" ∂
  9.  
  10. "{ObjApp}U3DDrawing.cp.o"    ƒ ∂
  11.                             "{SrcApp}U3DDrawing.h" ∂
  12.                             {MacAppIntf} ∂
  13.                             {BuildingBlocksIntf}
  14.  
  15.  
  16. #    List Rez files other than AppName.r that need to Rez'ed with the application.
  17. #    Also list the file containing the 'view' resource type definition.
  18.  
  19.  
  20. OtherRsrcFiles = ∂
  21.         "{SrcApp}Demo3D.Views"
  22.  
  23.